KREDOR Business Object Framework Documentation

SelectFrom<T>.Select Method

Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement.

Overload List

Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement.

public List<T> Select();

Executes the current Select query against the specified DataSource and returns a List`1 containing the matched objects matched by the current SelectFrom statement.

public List<T> Select(DataSource);

See Also

SelectFrom<T> Class | Kredor.BO Namespace